home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- cursor(200)
- end
-
- on keyDown
- set wasnumber to 0
- if "0123456789" contains the key then
- set wasnumber to 1
- set k to integer(the key)
- set the soundLevel to k
- end if
- if not wasnumber then
- if " " contains the key then
- if the memberNum of sprite 3 <> 0 then
- if the type of member the memberNum of sprite 3 = #digitalVideo then
- set the movieRate of sprite 3 to 0
- end if
- end if
- go("Black")
- go(1, "Somm.dir")
- end if
- if the commandDown and ("q" contains the key) then
- if the memberNum of sprite 3 <> 0 then
- if the type of member the memberNum of sprite 3 = #digitalVideo then
- set the movieRate of sprite 3 to 0
- end if
- end if
- go("Black")
- go(1, "quit")
- end if
- end if
- end
-
- on Mac
- return the machineType <> 256
- end
-
- on PC
- return the machineType = 256
- end
-
- on WinTapette
- return the platform contains "Windows,16"
- end
-
- on Win95
- return the platform contains "Windows,32"
- end
-
- on MacBrouette
- return the platform contains "Macintosh,68k"
- end
-
- on PPC
- return the platform contains "Macintosh,PowerPC"
- end
-